Platform Explorer / Nuxeo Platform 6.0

Operation Document.Save (Save)

Description

Save in the repository any modification that was done on the input document. Returns the saved document.
Operation id Document.Save
Category Document
Label Save
Requires
Since

Parameters

No parameters.

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.document.SaveDocument
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Document.Save",
  "label" : "Save",
  "category" : "Document",
  "requires" : null,
  "description" : "Save in the repository any modification that was done on the input document. Returns the saved document.",
  "url" : "Document.Save",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ ]
}